home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 Reader Awards
/
macformat-098.iso
/
MF Data
/
Behaviours
/
00022_Script_cubasedemo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-11-01
|
245 b
|
12 lines
on mouseEnter
put the text of member("cubase","Texts") into member ("InfoText","Texts")
end
on mouseDown
global gMFCDNo
open gMFCDNo & ":demos:cubase 4.1"
end
on mouseLeave
put empty into member("InfoText","Texts")
end